Open
Conversation
grebaldi
suggested changes
Apr 16, 2021
Contributor
grebaldi
left a comment
There was a problem hiding this comment.
I added some minor suggestions, but other than those the documentation looks great!
| @@ -0,0 +1,3 @@ | |||
| 1. [User Interface](./Documentation/01_UserInterface.md) | |||
Contributor
There was a problem hiding this comment.
Suggested change
| 1. [User Interface](./Documentation/01_UserInterface.md) | |
| 1. [User Interface](./01_UserInterface.md) |
| @@ -0,0 +1,3 @@ | |||
| 1. [User Interface](./Documentation/01_UserInterface.md) | |||
| 2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) | |||
Contributor
There was a problem hiding this comment.
Suggested change
| 2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) | |
| 2. [Building Blocks: Objects, Agents and Tasks](./02_BuildingBlocks.md) |
| @@ -0,0 +1,3 @@ | |||
| 1. [User Interface](./Documentation/01_UserInterface.md) | |||
| 2. [Building Blocks: Objects, Agents and Tasks](./Documentation/02_BuildingBlocks.md) | |||
| 2. [Writing Custom Tasks](./Documentation/03_CustomTasks.md) | |||
Contributor
There was a problem hiding this comment.
Suggested change
| 2. [Writing Custom Tasks](./Documentation/03_CustomTasks.md) | |
| 2. [Writing Custom Tasks](./03_CustomTasks.md) |
|
|
||
|  | ||
|
|
||
| The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. |
Contributor
There was a problem hiding this comment.
Suggested change
| The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. |
|
|
||
| The most important function of PresentationObjects is to enforce the interface between domain and presentation layer. | ||
|
|
||
| For a single component that interface is represented by an actual PHP interface. So let's start with that: |
Contributor
There was a problem hiding this comment.
Suggested change
| For a single component that interface is represented by an actual PHP interface. So let's start with that: |
| --- | ||
|
|
||
| <div align="center"> | ||
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> |
Contributor
There was a problem hiding this comment.
Suggested change
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> | |
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks</a> |
| @@ -0,0 +1,60 @@ | |||
| <div align="center"> | |||
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> | |||
Contributor
There was a problem hiding this comment.
Suggested change
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks ></a> | |
| <a href="./02_BuildingBlocks.md">< 2. Building Blocks</a> |
| --- | ||
|
|
||
| <div align="center"> | ||
| <a href="./01_UserInterface.md">< 1. User Interface</a> |
Contributor
There was a problem hiding this comment.
Suggested change
| <a href="./01_UserInterface.md">< 1. User Interface</a> | |
| <a href="./01_UserInterface.md">< 1. User Interface</a> |
| @@ -0,0 +1,67 @@ | |||
| <div align="center"> | |||
| <a href="./01_UserInterface.md">< 1. User Interface</a> | |||
Contributor
There was a problem hiding this comment.
Suggested change
| <a href="./01_UserInterface.md">< 1. User Interface</a> | |
| <a href="./01_UserInterface.md">< 1. User Interface</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.